projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60d7c11
)
[TOOLS] sync qemu and python view of save filenames after 15241:b0109d3dc3dd
author
Tim Deegan
<Tim.Deegan@xensource.com>
Mon, 11 Jun 2007 10:37:10 +0000
(11:37 +0100)
committer
Tim Deegan
<Tim.Deegan@xensource.com>
Mon, 11 Jun 2007 10:37:10 +0000
(11:37 +0100)
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
tools/python/xen/xend/image.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/image.py
b/tools/python/xen/xend/image.py
index c578057117a97cd436d8bc9f1d56b8d531b5eefa..0bbd744e0824e8db54453cd7e2652616630a14fd 100644
(file)
--- a/
tools/python/xen/xend/image.py
+++ b/
tools/python/xen/xend/image.py
@@
-428,7
+428,7
@@
class HVMImageHandler(ImageHandler):
(self.getRequiredInitialReservation() / 1024) ])
args = args + self.dmargs
if restore:
- args = args + ([ "-loadvm", "/var/lib/xen/
xen.qemu-dm
.%d" %
+ args = args + ([ "-loadvm", "/var/lib/xen/
qemu-save
.%d" %
self.vm.getDomid() ])
env = dict(os.environ)
if self.display: